home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_event.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  360 b   |  17 lines  |  [TEXT/MPS ]

  1. // Tumbler_event.h
  2. //
  3. // Event related function prototypes for the Tumbler application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  8.  
  9.  
  10. #ifndef _Tumbler_EVENT_H_
  11. #define _Tumbler_EVENT_H_
  12.  
  13. /* Tumbler_event.c */
  14. pascal void ScrollProc(ControlHandle theControl, short theCode);
  15. void EventLoop(void);
  16.  
  17. #endif